home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / opars102.arc / README.1ST < prev   
Text File  |  1991-08-11  |  6KB  |  132 lines

  1. Oparse 1.02 - Bug fixes.
  2. ~~~~~~~~~~~
  3.     This is strictly a maintenance release. Bugs that were fixed:
  4. - Corrupt international pre/post dialing strings. This was also causing the
  5. system to hang when doing other zones.
  6. - Should allow more then 2 MYLIST/PVTLIST without generating a "STACK
  7. OVERFLOW".
  8. - UPDATE now works, forgot to uncomment the code!!
  9. ** Many thanks to Scott Samet for identifying most of the bugs and providing
  10. me with a copy of XLAXNODE for comparison purposes.
  11.  
  12.     The next version will include the following:
  13. - COST tables and MODEMTANS will match those of XLAXNODE.
  14. - Will be recompiled for better speed and performance.
  15.  
  16. Oparse 1.01 - Unofficial docs.
  17. ~~~~~~~~~~~
  18. OPARSE - Opus Nodelist Parser/Generator.
  19.  
  20.     OPARSE is based on the original OPARSE by Doug Boone, PARSELST by Bob
  21. Hartman and XLAXNODE by Scott Samet. Only the features related to Opus are
  22. included in this package.
  23.  
  24.  
  25. WHAT OPARSE CAN NOT DO.
  26. ~~~~~~~~~~~~~~~~~~~~~~~
  27. - Currently Oparse will not update the NODELIST files with NODEDIFFs.
  28.   Oparse can call (execute) an updater such as EDITNL though.
  29. - Oparse will not generate support files for other systems like:
  30.     TBBS
  31.     SEADOG
  32.     FIDO
  33.     etc...
  34. - Oparse will not generate Script files for PCP or Routing files.
  35.  
  36.  
  37. WHAT OPARSE CAN DO.
  38. ~~~~~~~~~~~~~~~~~~~
  39. - Generate version 5, 6 and 7 nodelist files for Opus.
  40.   NODELIST.SYS & NODELIST.IDX,
  41.   NODELIST.DAT & NODELIST.IDX,
  42.   NODEX.DAT & NODEX.NDX respectively.
  43. - Generate a NODELIST.BBS (I don't know why??)
  44. - Generate a Sysop's name look file (FIDOUSER.LST and SYSOP.NDX).
  45.   The algorithm for FIDOUSER.LST was based on Bob Hartman's code.
  46.   The algorithm for SYSOP.NDX was based on Doug Boone's code.
  47. - Generate a printable/readable listing of the Nodelist.
  48.   MATRIX.PRN - 132 column listing.
  49.   MATRIX.TXT - 80 column listing.
  50.  
  51.  
  52.     OPARSE is compatible with a subset of PARSELST's and XLAXNODE's config
  53. file. You can rename your PARSELST.CFG or XLAXNODE.CFG file to OPARSE.CFG
  54. and use it with little or no modification. You should of course modify
  55. some of the new commands to use things like a version 7 nodelist. OPARSE uses
  56. the same DIAL and COST table strings as PARSELST and XLAXNODE. Any options
  57. listed that have no meaning to Oparse are ignored with a warning.
  58.  
  59. To execute Oparse enter the following command at the DOS prompt:
  60.     OPARSE [/nNODELIST] [/cCONFIG] [/mMYLIST] [/pPVTLIST] [/B#]
  61. Where:
  62. [/nNODELIST] Process NODELIST instead of the default. NODELIST can be any
  63. valid DOS filename and path. Oparse will search for the latest NODELIST.###
  64. in the current directory if this option is not used.
  65.  
  66. [/cCONFIG] Use CONFIG as the configuration file to use. CONFIG can be any
  67. valid DOS filename and path. Oparse will default to OPARSE.CFG in the current
  68. directory.
  69.  
  70. [/mMYLIST] Include MYLIST as part of the NODELIST for your Zone. These added
  71. entries will be listed in the MATRIX.PRN/TXT file. MYLIST is any valid DOS
  72. filename and path.
  73.  
  74. [/pPVTLIST] Include PVTLIST as part of the NODELIST. These added entries will
  75. NOT be listed in the MATRIX.PRN/TXT file. PVTLIST is any valid DOS filename
  76. and path.
  77.  
  78.     OPARSE comes in 2 flavors. Diet (OPARS286.EXE) for execution on 286/386 &
  79. 486 systems for slightly improved performance. And Regular (OPARSE.EXE) for
  80. any of the above systems and the older 8088/86 & 186.
  81.  
  82. OPARSE.CFG FILE.
  83. ~~~~~~~~~~~~~~~~
  84.     See the enclosed OPARSE.CFG file for a more complete list and example.
  85. You could also refer to the documentation for PARSELST and XLAXNODE. Keep in
  86. mind that not ALL those options are available.
  87.  
  88. - New verbs for Oparse:
  89.  
  90.   VERSION7 - Generates a version 7 nodelist for Opus.
  91.              If USERLIST or INTERLIST is enabled it will generate a SYSOPS.NDX
  92.              file as well.
  93.  
  94.   HOST - Generates a full index file, but only stores the data for you
  95.          Net, other NC's, RC's and ZC's. This will give your a VERY small
  96.          nodelist, but will allow Opus to locate any valid address. You will
  97.          get some VERY strange results with the Sysop and BBS Name using
  98.          this.
  99.          *** This is ONLY supported by a VERSION7 nodelist.
  100.  
  101.   MODEM1 <string>
  102.   MODEM2 <string>
  103.   MODEM3 <string>
  104.   MODEM4 <string> - Searches for <string> in the flags of a raw nodelist and
  105.                     if found, will set the appropriate bit for the modem type.
  106.                     These are used for the PREDIAL strings in Opus.
  107.  
  108.   MATRIXTXT
  109.   MATRIXPRN - These correspond to FIDOTXT and FIDOPRN respectively. FIDOTXT and
  110.   FIDOPRN are still accepted in this version.
  111.  
  112. WHY USE OPARSE??
  113. ~~~~~~~~~~~~~~~~
  114.     I don't know, I don't care.
  115.  
  116.     Oparse is a quick and dirty free program to generate a nodelist for Opus.
  117. It is basically the only program that will generate a version 7 nodelist at
  118. this time, with the exception of Doug Boone's version used during Beta/Gamma
  119. testing of Opus.
  120.     Oparse is STILL under development. If there is any features you would
  121. like to see or need added, I am open to suggestion via Matrix mail to
  122. 1:265/100. I have no intentions of turning Oparse into a fully blown package
  123. like XLAXNODE. If you have a need to generate nodelists for several different
  124. BBS and Mailers, then I suggest you look at XLAXNODE and if you decide to use
  125. it, pay the man what he asks. If you are like me and need a simple basic
  126. nodelist generator for Opus, feel free to use this program as you wish.
  127. Please feel free to ask for any feature you might feel is necessary in order
  128. to generate a usable nodelist for Opus.
  129.  
  130.  
  131.     Please feel free to report bugs to me via Matrix mail at 1:265/100.
  132.